home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_AdRotator_JScript.asp < prev    next >
Encoding:
Text File  |  1998-05-29  |  843 b   |  35 lines

  1. <%@ LANGUAGE = JScript %>
  2.  
  3. <!*************************
  4. This sample is provided for educational purposes only. It is not intended to be 
  5. used in a production environment, has not been tested in a production environment, 
  6. and Microsoft will not provide technical support for it. 
  7. *************************>
  8.  
  9.  
  10. <HTML>
  11.     <HEAD>
  12.         <TITLE>Ad Rotator Sample</TITLE>
  13.     </HEAD>
  14.  
  15.     <BODY BGCOLOR="White" TOPMARGIN="10" LEFTMARGIN="10">
  16.  
  17.         <!-- Display header. -->
  18.  
  19.         <FONT SIZE="4" FACE="ARIAL, HELVETICA">
  20.         <B>Ad Rotator Sample</B></FONT><BR>      
  21.         <HR SIZE="1" COLOR="#000000">
  22.  
  23.  
  24.         <%
  25.             var objAd;            
  26.              objAd = Server.CreateObject("MSWC.AdRotator");
  27.         %>
  28.  
  29.         <%= objAd.GetAdvertisement("adrot.txt") %>
  30.  
  31.         <A HREF="AdRotator_JScript.asp"> Revisit Page </A>
  32.  
  33.     </BODY>
  34. </HTML>
  35.